gtk4.git
2020-05-12 Matthias Clasenstack: Derive from GtkWidget
2020-05-12 Matthias Clasentreepopover: Stop using container api
2020-05-12 Matthias Clasenshortcutswindow: Stop using container api
2020-05-12 Matthias Clasenshortcutssection: Stop using container api
2020-05-12 Matthias ClasenDon't use container api on GtkStack
2020-05-12 Matthias Clasenstack: Add gtk_stack_remove
2020-05-12 Matthias Clasenfixed: Derive from GtkWidget
2020-05-12 Matthias ClasenStop using container api on GtkFixed
2020-05-12 Matthias Clasenfixed: Add gtk_fixed_remove
2020-05-12 Matthias Clasengrid: Derive from GtkWidget
2020-05-12 Matthias Clasengrid: Remove a test for grid container functionality
2020-05-12 Matthias ClasenAvoid container api on grids
2020-05-12 Matthias Clasengrid: Add gtk_grid_remove
2020-05-12 Matthias Claseninfobar: Derive from GtkWidget
2020-05-12 Matthias ClasenUse gtk_info_bar_add_child throughout
2020-05-12 Matthias Claseninfobar: Add gtk_info_bar_add/remove_child
2020-05-12 Matthias Claseninfobar: Add gtk_info_bar_remove_action_widget
2020-05-12 Matthias Clasenpaned: Redo the api
2020-05-12 Matthias Clasenpaned: Drop some dead code
2020-05-12 Matthias Claseniconview: Derive from GtkWidget
2020-05-12 Matthias Clasenexpander: Derive from GtkWidget
2020-05-12 Matthias ClasenUse gtk_expander_set_child throughout
2020-05-12 Matthias Clasenexpander: Add a child property
2020-05-12 Matthias Clasenactionbar: Derive from GtkWidget
2020-05-12 Matthias Clasenactionbar: Add gtk_action_bar_remove
2020-05-12 Matthias Clasentreeview: Derive from GtkWidget
2020-05-12 Matthias Clasentreeview: Stop using container api
2020-05-12 Matthias Clasentextview: Derive from GtkWidget
2020-05-12 Matthias Clasendragicon: drop gtkcontainer.h include
2020-05-12 Matthias Clasentextviewchild: Don't leak children
2020-05-11 Matthias ClasenFix a leftover window
2020-05-11 Matthias ClasenFix a leftover list box child
2020-05-11 Matthias Clasenwindow: Fix accessible implementation
2020-05-11 Matthias Clasenstatusbar: Fix accessible implementation
2020-05-11 Matthias Clasenscrolledwindow: Fix accessible implementation
2020-05-11 Matthias Clasenpopover: Fix accessible implementation
2020-05-11 Matthias Clasenframe: Fix accessible implementation
2020-05-11 Matthias Clasenflowboxchild: Fix accessible implementation
2020-05-11 Matthias Clasencombobox: Fix accessible implementation
2020-05-11 Matthias Clasenlistboxrow: Fix the accessible implementation
2020-05-11 Matthias Clasenbutton: Fix accessible implementation
2020-05-11 Matthias ClasenCosmetics: Replace GtkContainer in an error message
2020-05-11 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-05-11 Matthias ClasenMerge branch 'wip/exalm/2242-test' into 'master'
2020-05-11 Matthias ClasenMerge branch 'wip/tintou/doc-fixes' into 'master'
2020-05-11 Matthias Clasenprinteroptionwidget: Avoid a critical
2020-05-11 Matthias Clasenheaderbar: Don't clean up other widget children
2020-05-11 Emmanuele BassiMerge branch 'cherry-pick-6d8fb83a' into 'master'
2020-05-11 Matthias Clasenfilechooserdialog: Be more careful with widgets
2020-05-11 Alexander Mikhaylenkotests: Add a headerbar-in-window test case
2020-05-11 Simon McVittieaboutdialog: Update precondition checks for new license...
2020-05-11 Corentin Noëldocs: Fix several missing references in the documentation
2020-05-11 Matthias ClasenMerge branch 'window-destroy' into 'master'
2020-05-11 Matthias Clasenprint-editor: Bring back the menubar
2020-05-11 Matthias ClasenUpdate the docs
2020-05-11 Matthias ClasenUnset tooltip window earlier
2020-05-11 Matthias Clasenwindow: Remove _set_has_user_ref_count
2020-05-11 Timm Bädertestsuite: add widget refcount test case
2020-05-11 Matthias Clasenwidget: Drop gtk_widget_destroy
2020-05-11 Matthias Clasenwindow: Implement gtk_window_destroy
2020-05-11 Matthias ClasenReplace gtk_widget_destroy everywhere
2020-05-11 Matthias ClasenUse gtk_window_destroy
2020-05-11 Matthias Clasenwindow: Add gtk_window_destroy
2020-05-11 Matthias Clasennativedialog: Do not ref the transient_for parent
2020-05-11 Matthias Clasentestsuite: Clean up unexpected children
2020-05-11 Matthias Clasenpopover: Fix a reference leak
2020-05-11 Matthias Clasenfilechooserdialog: Fix disposing
2020-05-11 Matthias Clasencolorchooserdialog: Fix disposing
2020-05-11 Matthias Clasenfontchooserdialog: Fix disposing
2020-05-11 Matthias ClasenDrop gtk_widget_destroyed
2020-05-11 Matthias ClasenStop using gtk_widget_destroyed
2020-05-11 Matthias ClasenMerge branch 'wip/exalm/test' into 'master'
2020-05-11 Matthias ClasenMerge branch 'teardown-cleanup-2' into 'master'
2020-05-11 Alexander Mikhaylenkotests: Stop explicitly showing widgets
2020-05-11 Alexander Mikhaylenkotests: Remove redundant image from testdialog
2020-05-11 Alexander Mikhaylenkotests: Connect signal properly for testvolumebutton
2020-05-11 Alexander Mikhaylenkotests: Remove orientation from testvolumebutton
2020-05-11 Alexander Mikhaylenkotest: Stop using stock-size for teestverticalcells
2020-05-11 Alexander Mikhaylenkotests: Fix testtreeelistmodel
2020-05-11 Alexander Mikhaylenkotests: Fix teststackedheader
2020-05-11 Matthias Clasentestsuite: Enable the remaining template tests
2020-05-11 Matthias Clasentreeview: Break reference cycles on unroot
2020-05-11 Alexander Mikhaylenkotests: Fix teststack "add icon" button
2020-05-11 Matthias ClasenMerge branch 'wip/baedert/for-master' into 'master'
2020-05-11 Alexander Mikhaylenkotests: Fix testselectionmode
2020-05-11 Yuri ChornoivanUpdate Ukrainian translation
2020-05-11 Alexander Mikhaylenkotests: Fix testoverlay
2020-05-11 Alexander Mikhaylenkotests: Simplify testorientable
2020-05-11 Alexander Mikhaylenkotests: Remove testmodelbutton
2020-05-11 Alexander Mikhaylenkotests: Remove use-popover from testmenubutton
2020-05-11 Alexander Mikhaylenkotests: Fix testlogout
2020-05-11 Alexander Mikhaylenkotests: Fix testiconview
2020-05-11 Alexander Mikhaylenkotests: Fix testheightforwidth layout
2020-05-11 Alexander Mikhaylenkotests: Expand content for testheaderbar
2020-05-11 Alexander Mikhaylenkotests: Fix testgtk
2020-05-11 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-05-11 Matthias Clasenmenubutton: Cosmetics
2020-05-11 Matthias ClasenRefresh the tutorial examples
2020-05-11 Matthias Clasenapplicationswindow: Make show-menubar FALSE by default
2020-05-11 Matthias Clasendocs: Cosmetic updates to the tutorial
next